type github.com/klauspost/compress/zstd.fastEncoderDict

8 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L31: 	fastEncoderDict
		enc_fast.go#L31: type fastEncoderDict struct {
		enc_fast.go#L534: func (e *fastEncoderDict) Encode(blk *blockEnc, src []byte) {
		enc_fast.go#L801: func (e *fastEncoderDict) Reset(d *dict, singleBlock bool) {
		enc_fast.go#L869: func (e *fastEncoderDict) markAllShardsDirty() {
		enc_fast.go#L873: func (e *fastEncoderDict) markShardDirty(entryNum uint32) {
		encoder_options.go#L54: 			return &fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}
		encoder_options.go#L60: 			return &doubleFastEncoderDict{fastEncoderDict: fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}}